feat: Better unconstrained announcements (experimental)#9529
Merged
BenHenning merged 2 commits intoRaspberryPiFoundation:add-screen-reader-support-experimentalfrom Dec 12, 2025
Conversation
Collaborator
Author
|
@microbit-robert FYI I decided to spend a few minutes creating this even though it's not marked as a blocker. I'm assuming that unconstrained movement can happen even accidentally so making some of that language better seems like an easy win. |
gonfunko
approved these changes
Dec 12, 2025
Collaborator
Author
|
Thanks @gonfunko! Going ahead and merging this since it seems like a net positive, though happy to revert if it ends up not being wanted. :) |
1216655
into
RaspberryPiFoundation:add-screen-reader-support-experimental
11 of 16 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The basics
The details
Resolves
Fixes part of #9411
Proposed Changes
Introduces specific directional language when moving a block unconstrained, e.g. 'moved block up' also accounting for theoretical diagonal movement (which is only possible with mouse dragging currently).
Reason for Changes
#9411 includes context on the fact that unconstrained movement has very unclear output currently since it simply outputs coordinates which is unhelpful even for a fully sighted user. Relative language provides actual context on what's happening with the action.
Future iterations of this may benefit from adding proximity context (e.g. getting near another block or distance to nearest block) perhaps in a verbose readout shortcut.
Test Coverage
Manually tested on ChromeVox with both keyboard movement and mouse (mouse is very noisy). No automated tests needed.
Documentation
No new docs needed.
Additional Information
None.